C1.Web.Mvc Namespace / FlexGridBase<T> Class / DefaultTypeWidth Property

In This Topic
DefaultTypeWidth Property (FlexGridBase<T>)
In This Topic
Gets the static object that defines the default width for auto-generated grid columns based on their types.
Syntax
'Declaration
 
Public Overridable ReadOnly Property DefaultTypeWidth As IDictionary(Of String,Integer)
 
See Also